Setting up development environment for react native

If you are new to react native. This short article will help you to setup development environment. I assume you already have basic idea about Yarn, So in this article I'll be using Yarn to install packages

Install expo cli

yarn global add expo-cli

Create a project

expo init HelloWorld

Start the application

cd HelloWorld
yarn start

This will start development server. That's it

Copyright 2020-2021 nerding_it ( HTML).
Last updated 2021-11-24 Wed 11:15.
Built with Emacs 27.2 (Org mode 9.4.4).
Subscribe to Weekly News Letter
We'll never share your email with anyone else.